home *** CD-ROM | disk | FTP | other *** search
/ Speccy ClassiX 1998 / Speccy ClassiX 98.iso / amiga_system / the_aminet / comm / bbs / maxsutils.lha / MaxUtils / Maxcps54.lha / MaxCPS.Doc < prev    next >
Text File  |  1993-04-14  |  2KB  |  81 lines

  1. ;--------------------------------------------------------------------
  2. ;
  3. ;            -----------------
  4. ;            ** M A X C P S **
  5. ;            **    V1.54    **
  6. ;            -----------------
  7. ;   
  8. ;    Program to Calculate the Top Transfers Speeds
  9. ;
  10. ;    of People Downloading Files from MaxsBBS V1.54
  11. ;
  12. ;
  13. ;    Written by:        Greg MacDonald
  14. ;    Using:            Devpac 3    
  15. ;    Date:            14-April-1993
  16. ;
  17. ;    Version            1.54
  18. ;
  19. ;    Updated on 14-April-1993 so it actually works. It wasn't
  20. ;    properly recording the All Time Highest Rate.
  21. ;
  22. ;--------------------------------------------------------------------
  23.  
  24. NOTE:    If you already have a Ram:MaxsFiles/MaxCPS.Ansi then delete it
  25.     and also delete any other copy you have. This new version loads
  26.     the current ansi screen to check for the highest values and if
  27.     it's the old ansi screen, the results turn out as rubbish.
  28.  
  29. QUICKDOCS:
  30.  
  31. -    This is a very basic program to create a list of the fastest
  32.     transfer speeds attained while downloading a file.
  33.  
  34. -    It is an executable file design to be run at some regular
  35.     interval.
  36.  
  37. -    It requires the following file
  38.  
  39.         BBS:LogFiles/DnLoadLog.Text
  40.  
  41. -    And OutPuts the File
  42.  
  43.         RAM:MaxsFiles/MaxCPSX.Ansi
  44.  
  45.  
  46.     For each of the above there are 50 bytes for you to install your
  47.     own file name using a tex editor. Make sure that if you've added
  48.     10 bytes you remove 10 bytes from the space afterwards as well.
  49.  
  50. -    This file should be printed using the normal print text menu
  51.     fucntion (13)
  52.  
  53. -    The text has the ansi code to clear the screen and put the
  54.     cursor at home. This can be removed but something must be put
  55.     it its place for the text to look correct.
  56.  
  57. -    I run mine after each logoff to keep it up to date. If your log
  58.     file is small then MaxCPS will be different quite frequently
  59.     because it does not keep track of the absolute max cps but I
  60.     could modify this if somebody wants it.
  61.  
  62. -    If you want to use your own ansi screen to display the cps rates
  63.     and no little about assembler or just can't be bothered leave me a
  64.     private message with your ansi screen and the amount of CPS values
  65.     you want printed ( not limited to 10) and I'll fix it up for you.
  66.  
  67.     My BBS is    ENCONN +61-2-524 1584        24Hrs-V32bis,HST
  68.  
  69. ABOUT THE SOURCE:
  70.  
  71. -    It requires Devpac or any equivalent assembler
  72.  
  73. -    It needs the Ansi screen stored at the following path but this
  74.     path can be changed in the source
  75.  
  76.         Ram:MaxCPS.Text
  77.  
  78. -    That's about all really. It should work on anything from
  79.     68000 - 68040. I haven't tested it on a 68000 so I can't say
  80.     100% that it works but it works ok on my 68040.
  81.